home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / sugar_crash.swf / scripts / DefineButton2_580 / BUTTONCONDACTION on(release).as
Text File  |  2011-09-19  |  106b  |  7 lines

  1. on(release){
  2.    cleanUpGame();
  3.    mcSound.playSound("title");
  4.    gotoAndStop("title");
  5.    play();
  6. }
  7.